projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df41029
)
(Info-index-next): Add total number of index alternatives to the message.
author
Juri Linkov
<juri@jurta.org>
Fri, 21 Oct 2005 08:49:46 +0000
(08:49 +0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 21 Oct 2005 08:49:46 +0000
(08:49 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 6594d76fa0318cc470fa15d0fa14ff542498ec9a..c94e4121dc8a105ea3f06247cce14d7e30459936 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-2819,7
+2819,8
@@
Give a blank topic name to go to the Index node itself."
(car (car Info-index-alternatives))
(nth 2 (car Info-index-alternatives))
(if (cdr Info-index-alternatives)
- "(`,' tries to find next)"
+ (format "(%s total; use `,' for next)"
+ (length Info-index-alternatives))
"(Only match)")))
(defun Info-find-index-name (name)